home *** CD-ROM | disk | FTP | other *** search
/ MacHack 2000 / MacHack 2000.toast / pc / The Hacks / Rekt_ayMæk / Source / Prefix / FinalPrefix.h < prev    next >
Encoding:
Text File  |  2000-06-23  |  506 b   |  20 lines

  1. // ===========================================================================
  2. //    FinalPrefix.h                ©1999-2000 Metrowerks Inc. All rights reserved.
  3. // ===========================================================================
  4.  
  5.     // Bring in the project's precompiled header for the given target
  6.     
  7. #if __POWERPC__
  8.     #include "FinalPrefixHeadersPPC++"        
  9. #else
  10.     #include "FinalPrefixHeaders68K++"
  11. #endif
  12.  
  13.     // Needed for dnr.c to compile
  14. #ifndef true
  15.     #define true 1
  16. #endif
  17.  
  18. #ifndef false
  19.     #define false 0
  20. #endif